home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 9 / The PC-SIG Library on CD ROM - Ninth Edition.iso / 801_900 / DISK0866 / DISK0866.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1990-08-28  |  150b  |  13 lines

  1. echo off
  2. if not "%1"=="" goto aa
  3. cls
  4. type readme.doc
  5. goto exit
  6. :aa
  7. cls
  8. if not "%2"=="" goto bb
  9. inst1 %1 a
  10. goto exit
  11. :bb
  12. inst1 %1 %2
  13. :exit